home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Lists.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  73 lines

  1. /*
  2.      File:        Lists.idl
  3.  
  4.      Contains:    List Manager Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __LISTS_IDL__
  19. #define __LISTS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __CONTROLS_IDL__
  28. #include <Controls.idl>
  29. #endif
  30. #ifndef __MEMORY_IDL__
  31. #include <Memory.idl>
  32. #endif
  33.  
  34. #ifdef __SOMIDL__
  35.  
  36. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  37. typedef Point                    Cell;
  38.  
  39. typedef Rect                    ListBounds;
  40.  
  41. typedef OpaquePtr                DataArray;                    /* Substituted OpaquePtr for array of char of size 32001 */
  42.  
  43. typedef OpaquePtr                DataPtr;                    /* Substituted OpaquePtr for ``char*'' */
  44.  
  45. typedef OpaquePtr                DataHandle;                    /* Substituted OpaquePtr for ``DataPtr*'' */
  46.  
  47. typedef OpaquePtr ListSearchProcPtr;
  48. typedef OpaquePtr ListSearchUPP;
  49. typedef OpaquePtr ListClickLoopProcPtr;
  50. typedef OpaquePtr ListClickLoopUPP;
  51. typedef SOMLargeStruct            ListRec;                    /* Derived from a struct of 88 bytes in size */
  52.  
  53. typedef OpaquePtr                ListPtr;                    /* Substituted OpaquePtr for ``ListRec*'' */
  54.  
  55. typedef OpaquePtr                ListHandle;                    /* Substituted OpaquePtr for ``ListPtr*'' */
  56.  
  57. typedef ListHandle                ListRef;
  58.  
  59. typedef OpaquePtr ListDefProcPtr;
  60. typedef OpaquePtr ListDefUPP;
  61. #if CGLUESUPPORTED
  62. #endif
  63. #if OLDROUTINENAMES
  64. #if CGLUESUPPORTED
  65. #endif
  66. #endif
  67. #endif
  68.  
  69. #endif /* __SOMIDL__ */
  70.  
  71. #endif /* __LISTS_IDL__ */
  72.  
  73.